@charset "utf-8";

/*Technical Support SudyTech*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

.scroller {
    position: absolute;
    z-index: 1;
    width: 750px;
    height: 160px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/**隐藏滚动条**/
/**body::-webkit-scrollbar{display: none;}**/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    /*滚动条的背景颜色*/
    -webkit-border-radius: 0;
    /*滚动条的圆角宽度*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -1px;
    border: 1px solid #fff;
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;overflow: hidden;
}

/**页面全局宽度**/
/*headtop*/
#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
.header {
    background: #194EA5;
    border-bottom: none;
    height: auto;
    line-height: inherit;
}

.header .inner {
    height: 127px;
    position: relative;overflow: visible;
}

.header .sitelogo {
    float: left;
    margin-top: 28px;
}

.header .sitelogo span {
    position: relative;
    font-size: inherit;
    font-weight: normal;
}

.header .sitelogo span a {
    color: transparent;
    margin: 0;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0px;
}

.header .sitelogo .sitetitle {
    display: inline-block;
    margin-top: 11px;
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    color: #fff;
    margin-left: 13.5px;
    padding-left: 17.5px;
    border-left: 1px solid #fff;
    letter-spacing: 4px;
}

/**站点名称**/

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 15px;
    position: relative;
    padding-top: 40px;
}

/*rale样式*/
.site-rale {}

.site-rale ul {}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 35px;
    padding: 0 12px 0 12px;
    padding-left: 19px;
    font-size: 13px;
    color: #cad3d4;
    background: url(images/link_icon.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-rale ul li.links.i1 a {
    background-position: 0px 0px;
}

.site-rale ul li.links.i2 a {
    background-position: -60px 0px;
}

.site-rale ul li.links.i3 a {
    background-position: -117px 0px;
}

.site-rale ul li.links.i4 a {
    background-position: -177px 0px;
}

/*lang样式*/
.site-lang {}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 35px;
    margin: 0px 5px;
    font-size: 13px;
    color: #cad3d4;
}

.site-lang ul li.links a:hover {
    color: #fff;
}

/*默认主导航样式*/
#nav {
    margin-top: 0px;
}

#nav .inner {}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 -12px;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 12px;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 20px;
}

/* Underline From Center */
.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.nav .wp-menu .menu-item a.menu-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav .wp-menu .menu-item:hover a.menu-link:before,
.nav .wp-menu .menu-item a.menu-link:focus:before,
.nav .wp-menu .menu-item a.menu-link:active:before {
    left: 0;
    right: 0;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    text-decoration: none;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    min-width: 100%;
    z-index: 100;
    background: #194ea5;
    opacity: 0.7;
}
.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 16px;
    text-align: left;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #194ea5;
    background-color: #fff;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: rgb(25 78 165 / 70%);
}

/**主页banner开始**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    max-width: unset;
    text-align: center;
    position: relative;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

.main1 {
    background: url(images/main1_bg.jpg)no-repeat bottom center;
}

.main1 .inner {
    padding: 42.4px 0px 56px;
}

.main1 .inner .mod {
    position: relative;
}

.main1 .ml {
    float: left;
    width: 360px;
    padding-top: 8px;
}

.main1 .mc {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.main1 .mr {
    float: right;
    width: 346px;
}

.main2 {
    background: url(images/main2_bg.jpg)no-repeat top center;
    background-size: cover
}

.main2 .inner {
    padding: 112px 0 98px;
}

.main2 .ml {
    float: left;
    width: 73%;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.main2 .mr {
    float: right;
    width: 47.2%;
    margin-left: -21%;
}

.main3 {
    background: url(images/main3_bg.svg)no-repeat top center;
    background-size: cover
}

.main3 .inner {
    padding: 97px 0 106px;
}

.main4 {
    background: url(images/main4.png)no-repeat top center;
}

.main4 .inner {
    padding: 55px 0 90px 0;
}
.main4 .post .tt .tit .title{color: #fff;}
.main4 .post .tt {
    position: relative;
}
.main4 .post .more_btn .more_text{color: #fff;}

.main4 .mr .mlink {}

/**标题栏新闻窗口**/
.post {}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
    text-align: center;
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: none;
    font-size: 32px;
    font-weight: bold;
}

/**标题字体**/
.post .tt .tit .title {
    display: block;
    line-height: 52px;
    color: #194EA5;
    font-family: "Microsoft yahei";
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}

/*栏目别名*/
.post .con {
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 52px;
    margin-top: 0;
    line-height: 52px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.post .more_btn a {
    color: #666666;
}

.post .more_btn a:hover {
    color: #666;
}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 34px;
    padding-left: 0px;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

/*标题*/
.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    opacity: 0.7;
    color: #000;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}

/*发布时间*/
.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}

/*默认简介*/
.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

/*日历新闻样式1*/
.rili {}

.rili .con {
    padding: 5px 0px;
}

.rili .news_list {}

.rili .news_list li.news {
    margin-top: 0px;
}

.rili .news_list li.news.n1 {}

.rili .news_list li.news .news_date {
    float: left;
    width: 60px;
    height: 28px;
    line-height: 28px;
    margin-top: 3px;
    margin-right: -70px;
    font-family: "Microsoft YaHei";
    border-radius: 4px;
    background: #146cc1;
    text-align: center;
    vertical-align: middle;
}

.rili .news_list li.news .news_date .news_year {
    display: inline-block;
    padding: 0 4px;
    font-size: 18px;
    color: #fff;
}

.rili .news_list li.news .news_date .news_days {
    display: inline-block;
    height: 26px;
    padding: 0 6px;
    font-size: 14px;
    color: #18267d;
    border-radius: 0px 4px 4px 0px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #146cc1;
}

.rili .news_list li.news .news_wz {
    width: 100%;
}

.rili .news_list li.news .news_wz .news_con {
    margin-left: 70px;
}

.rili .news_list li.news .news_title {
    line-height: 34px;
    margin-top: 0px;
    font-size: 14px;
    color: #000;
}

.rili .news_list li.news .news_text {
    line-height: 20px;
    margin-top: 0px;
    font-size: 12px;
    color: #666;
}

/*日历新闻样式2*/
.rili2 {}

.rili2 .con {
    padding: 5px 0px;
}

.rili2 .news_list {}

.rili2 .news_list li.news {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.rili2 .news_list li.news.n1 {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.rili2 .news_list li.news .news_date {
    float: left;
    width: 60px;
    margin-right: -70px;
    background: #00707a;
    text-align: center;
}

.rili2 .news_list li.news .news_date .news_year {
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    background-color: #949494;
    transition: all 0.4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    line-height: 30px;
    font-size: 12px;
    color: #6b6b6b;
    background-color: #e3e4e6;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 70px;
    padding: 4px 0px;
}

.rili2 .news_list li.news .news_title {
    line-height: 23px;
    margin-top: 4px;
    font-size: 15px;
    color: #000;
}

.rili2 .news_list li.news:hover .news_date .news_year {
    background-color: #0945a8;
    transition: all 0.4s ease-in-out;
}

.rili2 .news_list li.news:hover .news_date .news_days {
    background-color: #e3e4e6;
}

.post-10 {
    margin-bottom: 41.6px;
}

.post-10 .news_list {
    display: flex;
    align-items: flex-end;
    height: 120px;
}

.post-10 .news_list .news {
    float: left;
    width: 14.28%;
    text-align: center;
    background: #4B83C9 url(images/li1.png);
    background-size: cover;
    ;
    font-size: 16px;
    color: #fff;
    padding: 18.5px 0 14.5px;
    height: 88px;
    transition: 0.7s
}

.post-10 .news_list .news:hover {
    height: 105px;
}

.post-10 .news_list .news .news_title {
    color: #fff;
    font-weight: bold;
}

.post-10 .news_list .news .news_box .news_imgs {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-10 .news_list .news.n2 {
    background: #AC6B9C url(images/li7.png);
    background-size: cover;
}

.post-10 .news_list .news.n3 {
    background: #5DB59B url(images/li2.png);
    background-size: cover;
}

.post-10 .news_list .news.n4 {
    background: #9379C6 url(images/li3.png);
    background-size: cover;
}

.post-10 .news_list .news.n5 {
    background: #DAB470 url(images/li4.png);
    background-size: cover;
}

.post-10 .news_list .news.n6 {
    background: #5593D1 url(images/li5.png);
    background-size: cover;
}
.post-10 .news_list .news.n7 {
    background: #D68376 url(images/li6.png);
    background-size: cover;
}


.post-11 {
    margin-bottom: 44.3px;
    padding: 0 0 0 20px;
}

.post-11 .con {
    padding: 27px 0 0
}

.post-11 .news_list {
    margin: 0 -29.5px
}

.post-11 .news_list .news {
    float: left;
    width: 50%;
    line-height: 70px;
height: 70px;
}

.post-11 .news_list .news .news_box {
    margin: 0 29.5px;
    border-bottom: 1px solid #E7DED1;
    position: relative;
}

.post-11 .news_list .news .news_box .news_meta {
    color: #3D5AA2;
    font-size: 22px;
    position: absolute;
    left: 0;
    line-height: 23px;
    top: 50%;
    border-right: 1px solid #CFCFCF;
    letter-spacing: 1px;
    padding-right: 15.5px;
    margin-top: -11.5px;
}

.post-11 .news_list .news .news_box .news_title {
    margin-left: 95px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.7s
}

.post-11 .news_list .news:hover .news_box .news_title {
    color: #3D5AA2;
    font-weight: bold;
}

.post-12 .news_list {
    margin: 0 -13px
}

.post-12 .con {
    padding: 39.7px 0 0
}

.post-12 .news_list .news {
    float: left;
    width: 25%;
    line-height: 32px;
}

.post-12 .news_list .news:hover .news_box {
    background: #4B83C9;
}

.post-12 .news_list .news .news_box {
    margin: 0 13px;
    position: relative;
    background: #fff;
    padding: 18px 3% 38.2px;
}

.post-12 .news_list .news .news_meta {
    line-height: 29px;
    height: 29px;
    padding-bottom: 8.2px;
    border-bottom: 1px solid #B8B8B8;
    width: 100px;
    margin-bottom: 16.6px;
    transition: 0.7s;
}

.post-12 .news_list .news .news_year {
    font-size: 16px;
    margin-right: 6px;
    float: left;
    color: #949494;
    letter-spacing: 0.5px;
    transition: 0.7s;
}

.post-12 .news_list .news .news_month {
    font-size: 22px;
    font-weight: bold;
    color: #194EA5;
    /* display: inline-block; */
    letter-spacing: 1.5px;
    width: 164px;
    transition: 0.7s;
}

.post-12 .news_list .news .news_title {
    font-size: 16px;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    transition: 0.7s;
}

.post-12 .news_list .news:hover .news_title,
.post-12 .news_list .news:hover .news_year,
.post-12 .news_list .news:hover .news_month {
    color: #fff;
}

.post-12 .news_list .news:hover .news_meta {
    border-color: #fff;
    color: #fff
}

.post-21 .more_btn {
    height: 21px;
    line-height: 21px;
    margin-top: 12px;
    position: static;
}

.post-21 {
    padding: 40px 0 87px 3.9%;
    margin-right: 33%;
}

.post-21 .tt {
    text-align: left;
}

.post-21 .con {
    padding: 21px 0 0
}

.post-21 .news_list .news {
    line-height: 50px;
    font-size: 16px;
    position: relative;
}

.post-21 .news_list .news .news_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 55px;
    font-size:16px;
    position: absolute;
    left: 0;
}
.post-21 .news_list .news .news_title a{font-size:16px;}
.post-21 .news_list .news:hover .news_title {
    color: #3D5AA2;
}

.post-21 .news_list .news .news_bm {
    color: #3D5AA2;
    font-weight: bold;
    margin-right: 1px;
}

.post-21 .news_list .news .news_meta {
    font-size: 16px;
    /* color: #194EA5; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    float: right;
}

.post-22 .con {
    padding: 65px 0 0
}

.post-22 .news_imgs {
    height: 419px;
    overflow: hidden;
    position: relative;
}

.post-22 .news_imgs img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.post-22 .news {
    position: relative;
}

.post-22 .news .news_wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    background: rgb(0 0 0 / 50%);
    line-height: 62px;
}

.post-22 .news .news_wz .news_con {
    padding: 0 0 0 25px;
}

.post-22 .news .news_wz .news_title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.post-22 .slick-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 62px;
    transform: none;
}

.post-22 .slick-arrow:before {
    display: none;
}

.post-22 .slick-prev {
    z-index: 10;
    background: url(images/slick-left.svg)no-repeat;
    right: 40px;
    left: auto;
}

.post-22 .slick-next {
    background: url(images/slick-right.svg)no-repeat;
    right: 0;
}

.post-31 .con {
    padding: 50px 0 0;
    height: 366px;
}

.post-31 .tt .tit {
    display: block;
    font-size: 24px;
}

.post-31 .tt .tit .title {
    display: inline-block;
    line-height: 55px;
    color: #747474;
    background: #fff;
    padding: 0 3.3%;
    margin: 0 3.5px;
    cursor: pointer;
}

.post-31 .tt .tit .title.selected {
    background: #194EA5;
    color: #fff;
    position: relative;
}

.post-31 .tt .tit .title.selected:before {
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #194EA5;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.post-31 .news_list {
    margin: 0 -30px;
}

.post-31 .news_list .news {
    float: left;
    width: 50%;
    line-height: 60px;
    font-size: 16px;
}

.post-31 .news_list .news .news_box {
    margin: 0 30px;
    border-bottom: 1px solid #E7DED1;
}

.post-31 .news_list .news .news_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
font-size:16px;
}

.post-31 .tt {
    position: relative;
}

.post-31 .more_btn {
    position: absolute;
    right: 0;
    top: 0
}

.post-31 .news_list .news .news_bm {
    color: #3D5AA2;
    font-weight: bold;
    margin-right: 1px;
}

.post-31 .news_list .news:hover .news_title {
    color: #3D5AA2;
    font-weight: bold;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 10px 0px 160px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 347px;
    float: left;
    margin-right: -347px;
    position: relative;
    padding-left: 14px;
    margin-left: -14px;
    background: #194EA5;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #f5f5f5;
    border-bottom: 3px solid #fff;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 21px;
    font-weight: bold;
    color: #194EA5;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 10px 5px 10px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {}

/*栏目列表*/
.col_list {
    box-shadow: 1px 4px 15px #ccc;
}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
    background: #194EA5 url(images/col_bg.svg)no-repeat bottom right;
    padding-bottom: 22px;
}

.col_list .wp_listcolumn .wp_column a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    position: relative;
}

.col_list .wp_listcolumn .wp_column.down a {
    background: #DFB36D;
    color: #fff;
}

.col_list .wp_listcolumn .wp_column a.col_item_link:after {
    position: absolute;
    width: 15px;
    height: 9px;
    background: url(images/arrow_down.svg)no-repeat center;
    content: '';
    right: 17px;
    top: 50%;
    transition: 0.7s;
    margin-top: -4px;
    transform: rotate(90deg);
    opacity: 0.5;
}

.col_list .wp_listcolumn .wp_column.single a.col_item_link:after {
    display: none;
}

.col_list .wp_listcolumn .wp_column.down a.col_item_link:after {
    background: url(images/arrow_down.svg)no-repeat center;
    transform: rotate(180deg);
}

.col_list .wp_listcolumn .wp_column.selected a.col_item_link:after {
    background: url(images/arrow_down.svg)no-repeat center;
    transition: 0.7s;
}

.col_list .wp_listcolumn .wp_column.selected .sub_list {
    display: block;
}

.col_list .wp_listcolumn .wp_column.parent a.col_item_link:after {
    background: url(images/arrow_down.svg)no-repeat center;
    transition: 0.7s;
    opacity: 1;
    transform: rotate(180deg);
}

.col_list .wp_listcolumn .wp_column.down a.col_item_link:after {
    opacity: 1;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 14px 0px 14px 28px;
    line-height: 32px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    margin-right: 41px;
    display: block;
}

.col_list .wp_listcolumn .wp_column.selected a,
.col_list .wp_listcolumn .wp_column.parent a {
    color: #fff;
    background: #DFB36D;
}

.col_list .wp_listcolumn .wp_column.selected a.col_item_link span.column-name {
    color: #fff;
    font-weight: bold;
}

.col_list .wp_listcolumn .wp_column .sub_list a.selected span.column-name {
    color: #194EA5;
    font-weight: bold;
}

.col_list .wp_listcolumn .wp_column.selected a span.column-name {}

.col_list .wp_listcolumn .wp_column a.sub-item-link.selected span.column-name:after {
    position: absolute;
    width: 6px;
    height: 11px;
    background: url(images/arrow_right.svg)no-repeat center;
    content: '';
    right: 13px;
    top: 50%;
    margin-top: -5.5px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #fff;
}

.col_list .wp_listcolumn .wp_column .sub_list {
    display: none
}

.col_list .wp_listcolumn .wp_column.parent .sub_list {
    display: block
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-bottom: 1px solid #e3e3e3;
    margin-top: -1px;
    background: none;
    margin: 0 5px;
    width: auto;
}

.col_list .wp_listcolumn .wp_column .sub_list li:last-child a {
    border-bottom: 0
}

.col_list .wp_listcolumn .wp_column .sub_list {
    background: #fff;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: block;
    line-height: 28px;
    padding: 11px 25px 11px 14px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    margin-right: 0;
}

.col_list .wp_listcolumn .wp_column.selected a.col_item_link {
    font-weight: bold;
    font-weight: bold;
    color: #fff;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #0f429b;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 405px;
}

.col_news_head {
    border-bottom: 4px solid #DFB36D;
}

#d-container .col_news_head {
    border-bottom: 0px solid #E4E4E4;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-top: 0px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: bold;
    padding-right: 17px;
    color: #194EA5;
    border-bottom: 4px solid #194EA5;
}

.col_metas .col_path {
    display: block;
    width: 100%;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    color: #9e9e9e;
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 8px;
}

/**当前位置**/
.col_metas .col_path a {
    color: #9e9e9e;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list li.news {
    font-size: 18px;
    position: relative;
    line-height: 56px;
    transition: all ease 0.4s
}

.col_news_list li.news span.news_title {
    float: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 110px;
}

.col_news_list li.news span.news_title a {
    color: #000
}

.col_news_list li.news:hover span.news_title a {
    color: #194EA5
}

.col_news_list li.news:hover span.news_title:before {
    left: 15px;
}

.col_news_list li.news span.news_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #057F98;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: none;
    transition: all ease 0.4s
}

.col_news_list li.news span.news_meta {
    position: absolute;
    right: 0;
    top: 0;
}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 15px;
    color: #333;
}

.col_news_list .wp_entry table.MsoNormalTable.t1 p {
    margin-bottom: 0px;
}

table.MsoNormalTable.t1 td {
    border: 1px solid #ccc !important;
}

table.MsoNormalTable.t1 {
    min-width: 600px;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry p {}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    width: auto;
    margin: 0 auto;
    padding: 0px 30px;
    min-height: 550px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    color: #14499f;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    border-top: 2px solid #DFB36D;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #14499f;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 2.0 !important;
    font-family: "微软雅黑" !important;
    font-size: 16px !important;
    color: #333;
}

.article .entry .read,
.article .entry .read span {
    line-height: 2.0 !important;
    font-family: "微软雅黑" !important;
    font-size: 16px !important;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 1200px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

/**页脚开始**/
#footer {
    background: #194EA5;
}

#footer .inner {
    padding: 50px 0px 63px;
    position: relative;
}

#footer .inner .mod {
    padding: 0 22px 0 10px
}

#footer .inner .foot-left {
    float: left;
    width: 38%;
}

#footer .inner .foot-left .news {
    float: left;
    width: 50%;
}

#footer .inner .foot-left .news .news_title a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

#footer .inner .foot-center {
    float: left;
}

#footer .inner .foot-right {
    float: right;
}

#footer .inner p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

#footer .inner p span {}

#footer .inner .center_bottom .copyright {
    opacity: 0.6
}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    margin-top: 5px;
    width: 215px;
    background: #6f8fc7;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 14px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 22px;
    padding: 4px 0;
    line-height: 22px;
    background: none;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-family: "Microsoft Yahei";
}

.wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 30px;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
}

/* 分享二维码 */
.shares {
    text-align: center;
    float: right;
    margin-right: 28.5px;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin: 0 11.5px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0px solid red;
    background: url('images/weixin.svg') no-repeat center;
    opacity: .6;
    filter: Alpha(opacity=60);
    vertical-align: top;
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: 0px 0px;
}

.shares li.i2 a {
    background: url(images/weibo.svg)no-repeat;
}

.shares li.i3 a {
    background: url(images/douyin.svg) no-repeat center;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 100;
    margin-left: -45px;
    width: 90px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: #fff;
}

/**友情链接**/
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    margin: 4px 10px;
    width: 150px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 25px 0 10px;
    color: #a1a1a1;
    background: url(images/arrow.png) no-repeat right top;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #333;
    background-position: right bottom;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 33px;
    width: auto;
    min-width: 180px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #0f429b;
    cursor: pointer;
}

/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {
    bottom: 40px;
    left: 40px;
    margin-left: 0px;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 14px;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    background: #fff;
}

.mbanner .focus .focus-page-active {
    width: 18px;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 74px;
    height: 50px;
    opacity: 1;
    filter: alpha(opacity=70);
    background: url(images/left.svg) no-repeat;
    font-size: 0;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 9.5%;
}

.mbanner .focus .focus-next {
    right: 9.5%;
    background: url(images/right.png)no-repeat;
}

.post-11 .focus .focus-title {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
}

.post-11 .focus .focus-title-bar {
    height: 34px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
    background-color: #000;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 46px;
}

.post-11 .focus .focus-page {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.post-11 .focus .focus-page span {
    display: block;
}

.post-11 .focus .focus-page:hover {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.post-11 .focus .focus-page-active {
    background-color: #146CC1;
    color: #fff;
}

.post-11 .focus .focus-navigation {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*************************************************************
 * 特殊页面
 */
/*二级页面*/
.sitetitle {
    display: inline-block;
    margin-top: 14px;
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
    color: #fff;
    margin-left: 13.5px;
    padding-left: 17.5px;
    border-left: 1px solid #fff;
    letter-spacing: 4px;
}

.foot-logo {
    margin-bottom: 25px;
}

.siteinfo {
    float: left;
    padding-left: 15px;
}

.siteviews {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.siteCounter4 {
    display: inline-block
}

.siteCounter4 span {
    background: none;
    padding: 0;
    margin: 0;
}

.lbanner .focus .focus-navigation {
    width: 74px;
    height: 50px;
    opacity: 1;
    filter: alpha(opacity=70);
    background: url(images/left.svg) no-repeat;
    font-size: 0;
}

.lbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lbanner .focus .focus-prev {
    left: 9.5%;
}

.lbanner .focus .focus-next {
    right: 9.5%;
    background: url(images/right.png)no-repeat;
}

.possplit {
    background-image: none;
    text-indent: initial;
    width: 24px;
    text-align: center;
}

.wp_subcolumn_list .wp_sublist .sublist_title {
    display: none;
}

.tripcol .col_metas .col_title h2.selected {
    color: #194EA5;
    border-bottom: 4px solid #194EA5;
}

.tripcol .col_metas .col_title h2 {
    color: #8F8F8F;
    border-bottom: 4px solid transparent;
    margin-right: 19px;
    cursor: pointer;
}

.col_menu .col_menu_head {
    display: none
}

.tpp11 {
    float: left;
    width: 28.4848%;
    height: 227px;
    overflow: hidden
}

.tpsx15 {
    width: 100%;
    display: block;
    height: 100%;
}

.tpsx15::before {
    content: '';
    padding-top: 68.99696%;
    float: left;
}

.tpsx15::after {
    content: '';
    display: block;
    clear: both;
}

.yc-nrk2 {
    float: right;
    width: 68.39%;
}

.bttb2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 25px;
    margin-top: 10px;
}

.bttb2 a {
    color: #333333;
}

.jj5 {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 96px;
    text-align: justify;
}

.jj5 a {
    color: #666666;
}

.gd-2 {
    display: none;
}

.tbt17:hover .gd-1 {
    display: none;
}

.tbt17:hover .gd-2 {
    display: block;
}

.tbt17:hover .bttb2 a,
.tbt17:hover .bttb2 {
    color: #215CC1;
}

.tbt17:hover .tpsx15 {
    transform: scale(1.05);
    transition: all 0.4s ease-in-out;
}

.tbt17 {
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-bottom: 30px;
}

.time-6 {
    padding-top: 45px;
}

.time-7 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    background: #215CC1;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-family: Arial;
    bottom: 30px;
}

.tm-1 {
    font-size: 37px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 5px;
}

.tm-3 {
    font-size: 11px;
    font-weight: bold;
}

.sltlm {
    display: none;
}

.wtlb {
    width: 100%;
    box-sizing: border-box;
}

.time-6 img {
    max-width: 100%;
    width: auto;
}

.possplit {
    background: none;
    width: auto;
    text-align: center;
    text-indent: 0;
    padding: 0 10px;
}

.lst {
    position: absolute;
    width: 50000px;
    height: 100%;
    background: url(images/2/bj8.png);
    top: 0;
    right: 100%;
}

.wzwzlm {
    border-bottom: 1px solid #dddbdb;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}


.con {
    padding: 5px 0px;
}

.news_list.list2 {}

.news_list.list2.rili li.news {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d1dbed;
}

.news_list.list2 li.news .news_date {
    float: left;
    width: 60px;
    margin-right: -70px;
    background: #fff;
    text-align: center;
}

.news_list.list2 li.news .news_date .news_year {
    line-height: 42px;
    font-size: 30px;
    color: #333;
    background-color: #fff;
    transition: all 0s ease-in-out;
    display: block;
    height: 36px;
}

.news_list.list2 li.news .news_date .news_days {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    display: block;
}

.news_list.list2 li.news .news_wz {
    width: 100%;
}

.news_list.list2 li.news .news_wz .news_con {
    margin-left: 80px;
    padding: 4px 0px;
}

.news_list.list2.rili li.news .news_title {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list.list2 li.news .news_text {
    line-height: 23px;
    margin-top: 4px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list.list2 li.news .news_text a {
    color: #999;
}

.news_list.list2 li.news:hover .news_title a {
    color: #184ca3;
}

.news_list.list2 li.news:hover .news_date .news_year {
    color: #184ca3;
    transition: all 0s ease-in-out;
}

.news_list.list2 li.news:hover .news_date .news_days {
    color: #184ca3;
}
.mod02{
    display: none;
}
.col_list .wp_listcolumn .wp_column .sub_list a.parent span.column-name {
    color: #194EA5;
    font-weight: bold;
}


.col_list .wp_listcolumn .wp_column a.sub-item-link.parent span.column-name:after {
    position: absolute;
    width: 6px;
    height: 11px;
    background: url(images/arrow_right.svg) no-repeat center;
    content: '';
    right: 13px;
    top: 50%;
    margin-top: -5.5px;
}